home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / cli / LoadLibs.lha / LoadLibs / LoadLibs.doc < prev    next >
Encoding:
Text File  |  1997-11-21  |  2.6 KB  |  65 lines

  1. This is a _brief_ documentation. Read LoadLibs.guide for the full doc!!!
  2.  
  3.         _   *********************************************************     _
  4.      _ //    ***  LoadLibs v1.0, © Mathias Karlsson 05 Sep 1997  ***   _ //
  5.      \X/      **   Loads external libraries/datatypes/classes    **    \X/
  6.                *   to any memoryblock and some other things...   *
  7.                 *************************************************
  8.  
  9. LoadLibs v1.0 is a CLI-only program and has several options to control the
  10. loading/usage of libraries.
  11.  
  12. If you start LoadLibs with "?" as the only argument you will see this:
  13.  
  14.   1> LoadLibs ?
  15.   LIBRARY/M,TO/K,LIST/S,REMOVE/S,WAIT/S,BREAK/S,V=VERSION/N,NOCLOSE/S,VERBOSE/S,Q=QUIET/S:
  16.  
  17. Here is a brief description of the different arguments accepted by
  18. LoadLibs. For more info click the appropriate gadget or see the full usage
  19. page.
  20.  
  21. LIBRARY/M   :   One or several libraries/classes/datatypes to be loaded.
  22.                 The keyword "LIBRARY" is optional.
  23.                 The names are _CASE SENSITIVE_.
  24.  
  25.                 The default is to load from LIBS: but a full path name
  26.                 such as "df0:libs/foo.library" is also legitimate.
  27.  
  28. TO/K        :   Forces the library/libraries to be loaded into a certain
  29.                 memory region.
  30.                 The keyword "TO" is needed and is followed by the name of the
  31.                 memory block. Standard wild cards are accepted so chip#?
  32.                 matches "chip memory".
  33.  
  34. LIST/S      :   Lists all libraries in memory and some information.
  35.  
  36. REMOVE/S    :   This switch will try to remove the library/libraries.
  37.  
  38. WAIT/S      :   LoadLibs will load the library/libraries and then WAIT for
  39.                 a break signal, in this case CTRL-C. It will then close
  40.                 the library/libraries and exit.
  41.                 This can be useful if you want to protect your
  42.                 library/libraries from being removed.
  43.  
  44. BREAK/S     :   Sends a break signal to all instances of LoadLibs.
  45.  
  46. VERSION/S   :   Checks version number when opening the library/libraries.
  47.                 The keyword "VERSION" or "V" is needed.
  48.  
  49. NOCLOSE/S   :   LoadLibs doesn't close the library at exit.
  50.                 By not closing the library at exit it is protected from
  51.                 removal. It can no longer be removed by "avail flush" or
  52.                 "LoadLibs REMOVE" etc.
  53.  
  54. VERBOSE/S   :   Print some extra information.
  55.                 In v1.0 of LoadLibs the extra information is limited to
  56.                 the IdString of the library when listing libraries.
  57.  
  58. QUIET/S     :   Will suppress output. All errors will still be printed
  59.  
  60.  
  61. --
  62.  
  63. LoadLibs v1.0 © 1997 Mathias Karlsson, md7karma@mdstud.chalmers.se
  64.  
  65.